home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
music_utilities
/
pt141.dms
/
pt141.adf
/
ArexxExamples.lha
/
EP_SaveModule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
217b
|
19 lines
/* EaglePlayer - angegebenes Module saven */
parse arg filename
address 'rexx_EP'
options results
savemodule filename
if result == "no" then do
say "Module not loaded !"
end
else do
say "Module loaded !"
end